BlueCielo Meridian Global Collaboration Framework 2012 SP1 Administrator's Guide | BlueCielo ECM Solutions

You are here: BlueCieloECM.GcfSupport class

Appendix D: BlueCieloECM.GcfSupport class

The GCF includes a class of tool functions that are used by the GCF VBScript functions and that you can use in your implementation. The class is known as the GCF Support Component and is implemented in the CollaborationStatus extension as BlueCieloECM.GcfSupport.

To access the functions in BlueCieloECM.GcfSupport from within VBScript, an instance should be created as shown in the following example:

Set obj = AMCreateObject ("BlueCieloECM.GcfSupport", False)

Note    This requires BlueCielo Meridian Enterprise. This technique is not supported in BlueCielo GCF/SharePoint.

Warning    When creating the BlueCieloECM.GcfSupport instance with the AMCreateObject function, the second parameter should always be set to False to avoid interference between the component and the Meridian Enterprise import and export processors running on the server machine.

The object must be disposed of when it is no longer required:

obj.Dispose
Set obj = Nothing

The functions in BlueCieloECM.GcfSupport are described in the following topics. Functions that are not documented in this guide are deprecated and may be removed in a future version of the GCF.

Related concepts

GCF VBScript functions


Copyright © 2000-2012 BlueCielo ECM Solutions

www.bluecieloecm.com